home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 30
/
Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso
/
Aminet
/
dev
/
mui
/
bcc_src.lha
/
Parser
/
ParseDir.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-12-21
|
200b
|
22 lines
#include <stdio.h>
#include <proto/dos.h>
class ParseDir {
struct AnchorPath ap;
unsigned long stat;
short first;
public:
ParseDir( char *temp );
~ParseDir();
char *Next( void );
};